home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / bbs / tmg105b2.zip / STARTUP.SCR < prev    next >
Text File  |  1996-07-05  |  1KB  |  28 lines

  1. @#Define
  2. @#MAIN
  3.   Writeln "`c                      `%Welcome to The Magic Gate v 1.05:"
  4.   Writeln "`#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-"
  5.   WriteBlock
  6. `9    I would like to take a minute here and thank the players out there that
  7.   have helped this game be as successful as it has been.
  8.   I know quite a few of you have asked to register the game but didn't know
  9.   how.  There's a pretty good reason for that :  I didn't feel that I could
  10.   provide enough material for a registered version. `4It's that simple.`9
  11.   I have spent the majority of my time with this project adding to the little
  12.   things that I feel make this game purty-durn great.  Things that should be
  13.   available for everyone to test out and see how something works, what my
  14.   solution was etc...
  15.     Take, for instance, the scripting language.  It is quite simple to sit down
  16.   for 30 minutes and have the start of an EXMOD you had an idea for without
  17.   having to work out file locking routines, fancy displays, communication
  18.   and anything else that may discourage you from turning an idea into a
  19.   working product.
  20.          `5I've done that, and I know how good it feels.  Thank You.
  21.   EndBlock
  22.   Writeln ""
  23.   Writeln "`3  Happy Gaming"
  24.   Writeln "`!  -Wyvern"
  25.   Pause
  26.   Halt
  27. @#
  28.